-
Notifications
You must be signed in to change notification settings - Fork 173
[Hubs] Document remote hubs support and add UI configuration #1724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: flanakin <[email protected]>
Co-authored-by: flanakin <[email protected]>
Copilot finished work on behalf of
flanakin
June 27, 2025 07:26
flanakin
previously requested changes
Jun 27, 2025
… docs Co-authored-by: flanakin <[email protected]>
Copilot finished work on behalf of
flanakin
June 27, 2025 15:42
MSBrett
approved these changes
Oct 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Needs: Review 👀
PR that is ready to be reviewed
Skill: DevOps
GitHub setup and automation
Skill: Documentation
Documentation updates
Tool: FinOps guide
Implementing FinOps guide
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements comprehensive documentation and UI support for remote hubs (cross-tenant) functionality in FinOps hubs.
Problem
Remote hubs support was added to the backend infrastructure but was never fully documented or accessible through the UI deployment form. Users had no guidance on how to configure cross-tenant scenarios where satellite hubs send data to a central primary hub.
Solution
1. UI Form Enhancement
createUiDefinition.json
remoteHubStorageUri
field with Data Lake storage URI validationremoteHubStorageKey
field as secure password input with storage key validation2. Comprehensive Documentation
3. PowerShell Documentation Updates
Deploy-FinOpsHub
command syntax to include remote hub parameters4. Enhanced Template Documentation
remoteHubStorageUri
andremoteHubStorageKey
Key Features
Configuration Parameters
remoteHubStorageUri
: Data Lake storage endpoint from primary hub (e.g.,https://primaryhub.dfs.core.windows.net/
)remoteHubStorageKey
: Storage account access key from primary hubUsage Example
The backend implementation already existed - this PR completes the user-facing documentation and UI integration to make remote hubs fully accessible and properly documented.
Fixes #1093.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.